home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Text / Emacs-1.12d folder / lisp / mac / runtime.el < prev    next >
Encoding:
Text File  |  1993-12-29  |  326 b   |  13 lines  |  [TEXT/EMAC]

  1. ;;;
  2. ;;; This file is part of a Macintosh port of GNU Emacs.
  3. ;;; Copyright (C) 1993 Marc Parmet.  All rights reserved.
  4. ;;;
  5. ;;; This file is read after .emacs is read at startup.
  6. ;;;
  7.  
  8. (load "mac/apple-events" nil t)
  9. (load "mac/core-suite" nil t)
  10. (load "mac/menus" nil t)
  11. (setq accept-high-level-events t)
  12. (provide 'mac-runtime)
  13.